home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / shell / EArg.lha / EArg.doc next >
Encoding:
Text File  |  1995-04-08  |  868 b   |  28 lines

  1. EArg is an xargs look-a-like for the Amiga. 
  2. Requirements: v36+ Kickstart, 020+
  3. Written in assembler.
  4.  
  5. EArg doesn't behave exactly like its UNIX cousin; the flags are:
  6. F (=FIRST)    specifying this puts your string in front of the data input 
  7.         to EArg (this is the default)
  8. B (=BETWEEN)    This puts the external data between two strings from the 
  9.         command line
  10. L (=LAST)    This puts EArg's argument after the external data.
  11.  
  12. Example usage:
  13. List S: LFORMAT %p%s | EArg Type
  14.  
  15. This would type out all files in your S: directory.
  16.  
  17. EArg is pure, so the p-bit should be set.
  18.  
  19. The system requirements may seem weird, but this was what would produce 
  20. the most compact code. My experience is that most people using this kind 
  21. of SHELL utility has at least this hardware/software anyway.
  22.  
  23. Send a mail to me at sk@nvg.unit.no if you want to get in touch with me 
  24. for any reason.
  25.  
  26.  
  27. sk
  28.